Re-exports§
pub use binstalk_fetchers as fetchers;
pub use binstalk_registry as registry;
pub use binstalk_types as manifests;
Modules§
- Concrete Binstall operations.
Structs§
Constants§
- Compiled target triple, used as default for binary fetching
Functions§
- If opts_targets is
Some
, then it will be used. Otherwise, calldetect_targets
usingtokio::spawn
to detect targets.